projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f0b74e
)
(picture-killed-rectangle): Use defvar, not defconst.
author
Dave Love
<fx@gnu.org>
Mon, 18 Oct 1999 21:20:22 +0000
(21:20 +0000)
committer
Dave Love
<fx@gnu.org>
Mon, 18 Oct 1999 21:20:22 +0000
(21:20 +0000)
lisp/textmodes/picture.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/picture.el
b/lisp/textmodes/picture.el
index 55b4a4df5cc460a5df52d96cad74df0191e887fd..1c6fb384063ec55d48f4f7fff4f87b9af07f26a1 100644
(file)
--- a/
lisp/textmodes/picture.el
+++ b/
lisp/textmodes/picture.el
@@
-448,7
+448,7
@@
See also documentation for variable `picture-tab-chars'."
\f
;; Picture Rectangles
-(def
const
picture-killed-rectangle nil
+(def
var
picture-killed-rectangle nil
"Rectangle killed or copied by \\[picture-clear-rectangle] in Picture mode.
The contents can be retrieved by \\[picture-yank-rectangle]")